home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 52 / Amiga Format AFCD52 (Issue 136, May 2000).iso / -screenplay- / hd_installers / -whdload- / whdload_usr / docs / history.txt < prev    next >
Text File  |  2000-02-28  |  22KB  |  452 lines

  1.  
  2. ***  10.5 (23.01.2000)
  3.     - chg:    DIC reworked, new option SKIPTRACK/K/N to one skip track (e.g.
  4.         RN-Copylocks), new option PEDANTIC/S used in install scripts
  5.         for better error handling
  6.         documentation for DIC improved
  7.         install script "DIC Install" improved
  8.     - chg:    documentation and install scripts adapted for the new address
  9.         of WHDLoad's WWW-Page (www.whdload.org)
  10.     - chg:    the slave load routine has been improved, the slave may now
  11.         contain symbol hunks and the length in the hunk header may
  12.         differ from the length in the hunk itself
  13.     - chg:    sources and includes reworked a bit, better support for 
  14.         different assemblers
  15.  
  16. ***  10.4 (13.10.1999)
  17.     - fix:    resload_SaveFileOffset was broken in 10.3, as a result some 
  18.         installs have crashed on saving games/highscores (thanks to
  19.         MIcK for report)
  20.     - fix:    WHDLoad no longer crashes if Snoop*/S will be enabled on
  21.         68040 equipped machines (thanks to Joona Palaste for report)
  22.     - fix:    detection of old rnc1 format improved, now Aladdin works again
  23.         (thanks to Ungi for report)
  24.     - chg:    dbffix.s and keyboard.s from the src/sources/whdload directory
  25.         reworked
  26.  
  27. ***  10.3 (22.09.1999)
  28.     - fix:    ws_CurrentDir in conjuction with slaves and ws_Version < 4 did
  29.         not work in WHDLoad v10.2 (e.g. MegaLoMania installion slave,
  30.         thanks to Ungi for report), now it works again
  31.     - chg:    parts of the exception handlers rewritten, a detected Freezer
  32.         will be also activated on Access Fault, Privilege Violation
  33.         and Unimplemented Integer Instruction; that simplifies debugging
  34.     - chg:    WHDload is overlayed now, that saves some memory at runtime
  35.         and shortens the executable
  36.     - new:    emulation of CMP2 for 68060 added (e.g. Overkill/Mindscape, 
  37.         Roots/Sanity), emulation of movep and mul32 optimized for
  38.         superscalar dispatch
  39.     - chg:    if option SplashDelay is set to 0 no splash-window will be
  40.         displayed
  41.     - chg:    docs reworked (thanks to Codetapper for doing that)
  42.     - chg:    some other minor changes
  43.  
  44. ***  10.2 (07.07.1999)
  45.     - fix:    bug in cache handling removed, the cache was always off if
  46.         MMU is not used by WHDLoad in versions 10.0 and 10.1 (Graham)
  47.     - chg:    install template for RawDIC installes improved (Graham)
  48.     - new:    partial mul64 emulation for 68060 added, supports only
  49.         "muls.l dn,dn:dn" at the moment (used in Sanity-Roots)
  50.     - fix:    quit key display in the splash window fixed (Graham)
  51.     - chg:    extra memory (ws_ExpMem) can be specified as optional now,
  52.         see autodoc for more info (Graham & John Girvin)
  53.     - new:    program crc16 done by John Girvin added to the dev package
  54.  
  55. ***  10.1 (20.06.1999)
  56.     - fix:    bug in resload_SetCACR which makes it impossible to enable 
  57.         caches fixed, the bug has been introduced in version 10.0 
  58.         (Graham)
  59.     - fix:    some internal changes
  60.  
  61. ***  10.0 (08.05.1999)
  62.     - chg:    SP has got some new options
  63.     - fix:    a bug in sources/whdload/stfix.s removed
  64.     - chg:    resload_Relocate uses less stack now
  65.     - new:    function resload_ProtectSMC to automically detect self
  66.         modifying code (see autodoc)
  67.     - new:    function resload_SetCPU to allow more accurate control over
  68.         the cachebility of certain memory regions and to allow
  69.         control over 68060 specific cpu configuration
  70.     - chg:    option NoDCache has been removed (simplify cache managment)
  71.     - new:    function resload_Patch to handle patchlists, i'm wondering
  72.         why this hasn't implemented earlier :), useful especially
  73.         to patch stuff in expansion memory
  74.     - fix:    whole decruncher stuff reworked, support for old rnc1-data
  75.         format added, all decruncher a5/a6 save, optimized, less
  76.         stack usage...
  77.     - fix:    expansions memory (ws_ExpMem) is also aligned to $1000 if no
  78.         MMU is available or MMU is unused by WHDLoad (Graham)
  79.     - fix:    possible deadlock in the switch routine (OS<->Install)
  80.         removed (Graham)
  81.     - new:    information window on startup (while preload) added, it shows
  82.         infomations about the installed program, the Slave and the
  83.         actual QuitKey, informations about program and Slave are taken
  84.         from an expanded Slave-structure (see include and autodoc
  85.         files), if a Slave with version prior 10 is used WHDLoad
  86.         displays only the name of the installed program which will be
  87.         build from the name of the Slave
  88.         how long the information window is displayed can be changed
  89.         with the new option SplashDelay/N
  90.         (information window is inspirated by MrLarmer on 7.7.1998,
  91.         nothing gets lost here :)
  92.     - chg:    include file "whdload.i" splitted into "whdload.i" which
  93.         contains WHDLoad base defines and "whdmacros.i" containing
  94.         optional defines and macro definitions
  95.  
  96. ***  9.2 (15.03.1999)
  97.     - fix:    3 enforcer hits removed (Juergen Urbanek, Hubert Maier jun.),
  98.         there are still some hits left to the vector table, but these
  99.         are required for normal operation and cannot be removed
  100.     - fix:    bug in decruncher for Imploder files fixed (MrLarmer),
  101.         this bug was introduced in version 9.0
  102.     - chg:    there are no longer distortions in gfx display and sound
  103.         replay due disabled interrupts during loading from preloaded
  104.         data (resload_LoadFile, LoadFileDecrunch, LoadFileOffset,
  105.         DiskLoad)
  106.     - new:    option NoFilter/S to disable the audio filter, can be set
  107.         globally using S:WHDLoad.prefs or locally using Tooltypes
  108.         (Roderick Mouthaan)
  109.     - new:    program RawDIC by Graham/Oxyrone to create images from non
  110.         standard floppy disks formats, it replaces Patcher as prefered
  111.         tool for this task
  112.     - chg:    documentation reworked
  113.  
  114. ***  9.1 (15.02.1999)
  115.     - new:    WHDLTAG_TIME_GET to get actual date and time (MrLarmer)
  116.     - fix:    problems with some 68030 systems fixed (WHDLoad uses some
  117.         special hardware features in conjunction with the MMU
  118.         related operations, some hardware does not support this
  119.         (Apollo A630 and Magnum MK2 are known for this), on such
  120.         systems you can't enable the MMU/S option - otherwise the
  121.         machine will hang) (reported by Chris Thomas, Maxim Ilyn
  122.         and Jess Sosnoski)
  123.  
  124. ***  9.0 (17.01.1999)
  125.     - chg:    performance of resload_LoadFileDecrunch improved
  126.     - chg:    access fault handler for 68030 rewritten:
  127.          - better performance
  128.          - cia snooper implemented
  129.            - icm and alarm will be saved and dumped
  130.            - setting overlay bit (ciaa.pra) catched
  131.            - setting motor/step (ciab.prb) catched
  132.            - bad writes to ddra/ddrb catched
  133.          - blitsize check fixed, supports all except line-mode now
  134.            (ascending/descending mode, negative modulos, odd pointers
  135.            and odd modulos)
  136.          - a callback function can be setup (resload_Control) which
  137.            will called by WHDLoad if an Access Fault occurs, the
  138.            function can modify the bad access and decide if the
  139.            program should be continued or terminated, see autodoc for
  140.            further infos
  141.     - fix:    potgo set to input mode now, fixes right mouse button problem
  142.         with ArcherMcLeanPool and JimmyWhiteSnooker (MrLarmer)
  143.     - new:    WHDLTAG_VERSION_GET, WHDLTAG_REVISION_GET, WHDLTAG_BUILD_GET
  144.         for usage with resload_Control to get the major and minor
  145.         version number and the build number of WHDLoad currently
  146.         running, the build number is granted to be uniq and can be
  147.         used to distinguish between different sub versions (MrLarmer)
  148.     - new:    pressing Ctrl-Amiga-Amiga will cause WHDLoad to quit,
  149.         depending on machine speed this may avoid cold reboots due a
  150.         not restored execbase (Graham)
  151.     - fix:    Snoop works again on 68060, was broken in 8.2
  152.     - chg:    the vector table is not write protected if Snoop on a 68060 is
  153.         enabled
  154.     - new:    option ReadDelay/N to cause WHDLoad to wait some time between
  155.         reading files from disk and switching the OS off (Jeff)
  156.     - new:    flag WHDLF_EmulTrapV to forward exceptions to the zero page
  157.         handler if the vbr is moved (Graham)
  158.  
  159. ***  8.2 (19.12.1998)
  160.     - chg:    the vector table (VBR) is write protected now, to catch
  161.         invalid to accesses to it (MrLarmer), requires that the MMU
  162.         is used by WHDLoad, NoVBRMove is not set and no freezer is
  163.         detected by WHDLoad in memory
  164.     - fix:    problems with PAL and NTSC in conjunction with Picasso 96
  165.         monitor drivers fixed (Tim Kovack)
  166.  
  167. ***  8.1 (13.12.1998)
  168.     - chg:    detection of HrtMon 2.24 implemented
  169.     - fix:    Access Fault in resload_Relocate removed
  170.     - new:    some changes and enhancements for HrtMon 2.25
  171.     - fix:    Snoop works again for 68030 machines (was broken in v8.0)
  172.     - chg:    all unsaved registers after executing a resload function
  173.         (D0-D1/A0-A1 as far as they don't contain a return code)
  174.         will be destroyed explicit now, for compatibility reasons
  175.  
  176. ***  8.0 (22.11.1998) not public released!
  177.     - chg:    if the write offset for a resload_SaveFileOffset operation
  178.         lies outside the current length of the file and therefore
  179.         the file must be enlarged before writing, WHDLoad tries now to
  180.         fill this area with $ee, if there is not enough memory
  181.         available for this, WHDLoad falls back to the old style by
  182.         using dos.SetFileSize(), with the result that the enlarged
  183.         area will contain random data
  184.     - fix:    deadlock in switch routine fixed which occured when lightpen
  185.         has been activated (e.g. "Die Hard 2")
  186.     - fix:    cia's will be completly initialized by WHDLoad now, and also
  187.         better handled during switch
  188.     - chg:    also disk images will be cached dynamically now
  189.     - fix:    small bug in DIC removed (MrLarmer)
  190.     - fix:    resload_LoadFileOffset accepts also parameters upto the
  191.         BaseMem bound now (DarkAngel)
  192.     - new:    flag WHDLF_NoKbd to allow NoVBRMove also for programs which
  193.         doesn't check the keyboard from the PORTS ($68) interrupt
  194.     - new:    function resload_Relocate to relocate an standard AmigaDOS
  195.         executable in memory, beware: uses a lot of stack and is not
  196.         tested with all hunk types, see autodoc for more details
  197.     - new:    function resload_Delay to wait a specified time or a button
  198.         to be pressed (time independed from PAL/NTSC display)
  199.     - new:    slave can request expansion memory (fast memory) now
  200.         ATTENTION: slave structure has been enlarged
  201.     - new:    TDREASON_MUSTREG (DarkAngel)
  202.     - new:    WHDLTAG_IOERR_GET for usage with resload_Control to check if
  203.         all names have been fitted in resload_ListFiles and to
  204.         distinguish a file with a size of 0 from an nonexistent file
  205.         in resload_GetFileSize (Harry)
  206.     - new:    option D/S for debuging, if enabled the software freezer
  207.         (Hrt/TK) will be activated at the first instruction of the
  208.         Slave
  209.     - new:    flag WHDLF_EmulLineA to emulate Line-A opcodes if the vbr is
  210.         moved
  211.     - new:    function resload_DeleteFile to delete files (MrLarmer)
  212.     - new:    program SP which can save iff pictures from the new coredump
  213.         files created by WHDLoad, works for most standard picture
  214.         formats (Snoop* is required of course)
  215.     - new:    sources for all programs except WHDLoad included, please note
  216.         that most of them are copyrighted
  217.     - chg:    many internal changes, also the problems with BloodMoney and
  218.         CelticLegends seems to have been solved
  219.     - fix:    Restart should work reliable now
  220.     - fix:    small bug in ITD removed (Harry)
  221.  
  222. ***  7.0 (01.07.1998)
  223.     - chg:    new revision scheme, version number of WHDLoad is now equal to
  224.         highest possible version number for a Slave, separate build
  225.         number
  226.     - new:    new tag for resload_Control to setup a function to restore
  227.         destroyed custom registers during switch between OS and
  228.         installed program (Harry)
  229.     - chg:    functions resload_LoadFileOffset, resload_SaveFile and
  230.         resload_SaveFileOffset can be used with a filesize of zero now
  231.         (Harry)
  232.     - chg:    the functions resload_Protect#? are checking now if the
  233.         protected area matches the current SSP, if it does, WHDLoad
  234.         will stop and show a requester "Unacceptible Arguments", this
  235.         has been build in to reduce the likelihood of a Double Bus
  236.         Fault, thanks to Mr Larmer for reporting this problem
  237.     - fix:    check of workbench arguments a bit more secure now
  238.     - new:    new Slave flags WHDLF_Req68020 and WHDLF_ReqAGA, new
  239.         TDREASON_REQ68020 and TDREASON_REQAGA, new tag
  240.         WHDLTAG_CHIPREVBITS_GET for resload_Control, to handle
  241.         programs which require a MC68020 or the AGA Chip Set (Mr
  242.         Larmer)
  243.     - new:    TDREASON_MUSTNTSC and TDREASON_MUSTPAL to terminate if the
  244.         installed program requires a specific display which isn't
  245.         enabled (Mr Larmer)
  246.     - chg:    PreLoad now collects also files from sub directories
  247.     - chg:    example sources (slaves/imager) reworked to assemble with
  248.         Asm-Pro v1.12 (still some problems with labels in macros,
  249.         but this is a problem of AsmPro)
  250.     - new:    support for additional NewIcon in Install Templates (MrLarmer)
  251.  
  252.     the following problems are known and still unsolved:
  253.      - no exit possible from BloodMoney/CelticLegends
  254.      - Nitro does hang with PRELOAD enabled, use WHDLoad v0.608 or disable
  255.        PRELOAD to go around this
  256.  
  257. ***  1.92 (08.06.1998)
  258.     - fix:    problem with Clown'o'mania (©1989 Starbyte) does not work with
  259.         WHDLoad v1.1 has been fixed, the reason was a different
  260.         initialized ciaa.icr.tb    bit, to fix this and future problems
  261.         WHDLoad does init the CIA interrupt mask explicit now, all
  262.         interrupts are disabled    except the CIAA SP interrupt (used for
  263.         keyboard) which is enabled. I have tried some installs and it
  264.         seems to work ok, anyway it is possible that some installs may
  265.         no longer work because they may expect that some interrupts
  266.         are already enabled on startup - these installs must be fixed
  267.         for this new WHDLoad
  268.     - new:    TDREASON_OSEMUFAIL to support the OS emulation module
  269.     - chg:    the message for instruction stream access faults has been
  270.         corrected (Harry)
  271.     - new:    option Expert/S, this option must be enabled to make core
  272.         dumps using the DebugKey/K/N now, the option has been added to
  273.         avoid that normal users press the wrong key by mistake (Harry)
  274.     - new:    options ExecuteStartup and ExecuteCleanup to execute a command
  275.         at start and at end of WHDLoad
  276.  
  277. ***  1.1 (25.05.1998)
  278.     - fix:    stack usage on resload_Decrunch and resload_LoadFileDecrunch
  279.         decreased, speed of RNC1 decrunching improved a lot, its a
  280.         really a good idea to patch the decrunch routine in games
  281.         with resload_Decrunch if it uses RNC1 !
  282.     - new:    DIC can create partial images now (option SIZE/K)
  283.     - new:    WHDLoad performs now a "SetClock LOAD" at exit
  284.     - fix:    some minor fixes in the gfx degrading routine
  285.     - fix:    disk-dma check in os-switch modified, it switches dma off now
  286.         instead of showing the white-color-cycle-bug-screen
  287.         (because it's nowhere documented else: red - copper cannot
  288.         switched off, blue - ints cannot switched off, green - blitter
  289.         is busy but dma is off; after pressing LMB WHDLoad continues
  290.         but it's undefined what will happen)
  291.     - new:    new program "ITD" (ImageToDisk) to write disk images back to
  292.         floppy or RAD: can format the disk, can write partial images,
  293.         no verify, see documentation for more info
  294.     - fix:    problems with second copperlist on reactivating os graphics
  295.     - new:    blitter wait check if SnoopOCS/ECS/AGA enabled
  296.     - new:    if available whdload will use reqtools.library instead
  297.         intuitions requesters now, because they are screen centered
  298.         and have better keyboard support
  299.     - new:    with SnoopOCS/ECS/AGA all cpu used custom registers will be
  300.         dumped now
  301.     - chg:    tooltypes NTSC/PAL will now affect the display init routine
  302.         (Intuition.OpenScreen()) therefore you need the appropriate
  303.         monitor files installed
  304.     - new:    functions resload_Protect#? to snoop memory accesses in various
  305.         ways, very useful for developer... (requested by MrLarmer)
  306.     - new:    function resload_LoadFileOffset which is similar to
  307.         resload_DiskLoad but for files
  308.     - new:    flag WHDLF_NoDivZero for ws_Flags to prevent WHDLoad from exit
  309.         if a "Division by Zero" exception occurs
  310.     - chg:    all resload functions has been reworked to no longer modify
  311.         registers a5 and a6, this solves problems with demos/games
  312.         which expect that the contens of these registers are valid
  313.         also in an interrupt, for example SWIV expects a5=global-data
  314.         and a6=custom-base, the only exception from this rule are the
  315.         functions resload_Decrunch and resload_LoadFileDecrunch when
  316.         working on rnc packed files, in this case a5 is temporarly
  317.         used (it is a bit hard to rewrite the whole decrunch
  318.         routines and I'm low on time of course...)
  319.         in general it is a good idea if the program you like to
  320.         install does'nt work with WHDLoad to check the interrupt
  321.         routines, if the interrupts make assuptions similar the above
  322.         (e.g a4=anything) you have to disable the interrupts before
  323.         calling any resload function and reenable after
  324.     - chg:    WHDLoad checks now the current stackpointer each time the
  325.         Slave calls a resload function, if the SP is lower than $180
  326.         or outside the BaseMem area the program will be terminated and
  327.         WHDLoad shows a requester about, this should avoid problems
  328.         like destroyed vector tables or deadly double Access Faults
  329.         in conjunction with an enabled Memory Protection
  330.     - chg:    it is no longer required that SetPatch is executed before
  331.         WHDLoad on 68040/68060 equipped machines because WHDLoad
  332.         determinates the current CPU itself now
  333.     - chg:    for 68060 only (68040 also??): the newer versions of
  334.         68060.library (starting v41.1) does remap the memory $0-$1000
  335.         (the first page) to a fast mem location using the MMU, this
  336.         will make major problems if the    option NoMMU is activated: in
  337.         this case WHDLoad will not change any MMU related registers
  338.         and this address translation will remain intact !!!
  339.         if the installed program tries to use this area for any dma
  340.         actions (e.g. a copperlist in this area) the results will be
  341.         unforeseeable, because the cpu will read/write the fast-mem
  342.         location and dma's the real chip-mem which contains random
  343.         data !!!
  344.         I don't want to disable the NoMMU option for 68040/060
  345.         machines, therefore the following has been changed: the
  346.         longword at address $1000 does now contain the value -2 which
  347.         is the copper instruction cend (was on address $300 in earlier
  348.         WHDLoad versions), the minimum BaseMemSize has been increased
  349.         to $2000. If NoMMU is selected and the above mentioned
  350.         address translation is active an requester will inform the
  351.         user about the existing problem.
  352.     - new:    options ButtonWait/S and Custom1/K/N ... Custom5/K/N for
  353.         slave specific things (requested by Harry)
  354.     - chg:    WriteDelay/K/N does also affect the FileLog/S feature now,
  355.         this means that after each write to the logfile WHDLoad will
  356.         wait the time specified via WriteDelay/K/N to minimize the
  357.         danger of filesystem corupption
  358.     - chg:    install scripts has been reworked, PLEASE check them !
  359.     - chg:    sources has been changed and new added, PLEASE check them !
  360.     - chg:    WHDLoad is shareware now, read documention for more info
  361.  
  362. ***  0.608 (03.09.1997)
  363.     - new:    all configuration stuff rewritten, global config file
  364.         see guide for more informations
  365.     - chg:    SURVIVERESET removed (obsolete I think)
  366.     - new:    support for HrtMon 2.1 and ThrillKill 1.04 implemented
  367.         (auto detect and NMI forwarding)
  368.     - new:    function resload_Control to get the AttnFlags
  369.     - fix:    enforcer hit in resload_SaveFile removed
  370.     - new:    function resload_SaveFileOffset for partial writes
  371.     - chg:    ws_DontCache works now also for preload of disk images
  372.         file preload does no longer loads "(ReadMe|#?.(info|slave))"
  373.         ("Disk.#[0-9]" also not as before)
  374.     - chg:    better support for NTSC amigas (Raymond Earle)
  375.     - new:    option PAL/S to force PAL display on NTSC amigas
  376.     - new:    options Cache/S,DCache/S,NoDCache/S to allow full user
  377.         control over the caches
  378.     - new:    using MMU for memory protection and cache managment (!!!)
  379.     - new:    Quit/Debug-key managment trough new options QuitKey/K/N and
  380.         DebugKey/K/N, every new slave should support this via the
  381.         slave version 4 extensions ws_keydebug and ws_keyexit,
  382.         see one of the example slave sources for an example
  383.     - chg:    on whdload is writing data (resload_SaveFile) it will do a
  384.         special check for RAM: now, so it is possible to use RAM:
  385.         as installation destination now
  386.     - chg:    macros patch and patchs optimized
  387.     - new:    more sources added to the package
  388.  
  389. ***  0.322 (25.06.1997)
  390.     - fix:    sometimes whdload has quit on random keystrokes if the vbr was
  391.         moved
  392.     - fix:    deadlock problems in OS-Swap routine
  393.     - new:    option COREDUMP to make a dump even on TDREASON_OK
  394.  
  395. ***  0.288 (16.06.1997)
  396.     - fix:    sprite dma switching off
  397.     - chg:    ws_ExecInstall can be set to zero now (disables SURVIVERESET)
  398.     - new:    ws_keys, whdload manages quit key self (see autodoc)
  399.     - new:    whdload handles all MMU stuff, result is that whdload is now
  400.         Enforcer/Cyberguard and VMM proof
  401.     - new:    ** vbr shadowing ** (see autodoc)
  402.         tooltype NOVBRMOVE added to disable that
  403.     - new:    slave flag EmulTrap for ws_Flags
  404.     - chg:    execbase changed from $ffff0000 to $f0000001
  405.         (any use of this should create an "Address Error" exception)
  406.     - chg:    Data Cache is always off and cannot be enabled via
  407.         resload_SetCACR
  408.     - fix:    resload_FlushCache fixed for 040/060
  409.     - fix:    register dump changed a lot
  410.     - new:    exitcode TDREASON_WRONGVER indicating a bad program version
  411.     - chg:    all registers have now a defined value at startup
  412.     - fix:    filelog output fixed for data writes
  413.     - new:    Patcher, FindAccess, Cmp added to the package
  414.         autodoc, include and guide updated
  415.         Install templates added
  416.  
  417. ***  0.163 (02.03.1997)
  418.     - fix:    better handling of trackdisk.device, headpos is flashed always now
  419.     - new:    trackdisk errors as text instead numbers
  420.     - new:    whdload option NOAUTOVEC (see whdload.guide)
  421.  
  422. ***  0.147 (31.01.1997)
  423.     - fix:    on slave load failed, we were in an endless loop
  424.     - new:    function resload_CRC16 implemented
  425.  
  426. ***  0.143 (07.01.1997)
  427.     - fix:    restart point changed, that slave will be reloaded (static vars)
  428.     - new:    status of cia timers added to register dump
  429.     - new:    cia timer handling improved
  430.     - fix:    ISP/MSP highlighting on user-mode
  431.     - chg:    file cache changed, resload_GetFileSize from cache,
  432.         resload_SaveFile to cache, now ws_DontCache is nearly obsolete
  433.     - chg:    PRELOAD changed, caches now automatically diskimages and files,
  434.         independent from WHDLF_Disk
  435.     - fix:    resload_SaveFile checks now for disk validation and free space to
  436.         avoid deadlocks
  437.     - fix:    file loading from cache has always copied one byte to much
  438.     - fix:    WRITEDELAY parsing on CLI-start
  439.     - new:    resload_DiskLoadDev for install slaves (see autodoc)
  440.     - chg:    better error detection on slave-whdload interface
  441.     - chg:    Macros in whdload.i improved
  442.  
  443. ***  0.88  (24.11.1996)
  444.     - file logging implemented
  445.     - register dump improved
  446.     - dump file names changed (now PROGDIR:.whdl_#?)
  447.     - on TDREASON_DEBUG sr and pc now taken from primary/secondary result
  448.     - InstallBB added to the package
  449.  
  450. ***  0.41  (05.09.1996)
  451.     - first public release
  452.